home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / NinjaKid.swf / scripts / frame_1 / DoAction.as
Text File  |  2008-02-29  |  435b  |  18 lines

  1. Stage.showMenu = false;
  2. System.useCodepage = true;
  3. var baseURL = "https://sign.mgame.com/game/msports/flashgame/";
  4. var sScript1 = "readRank.mgx";
  5. var sScript2 = "setScore.mgx";
  6. var barWidth = 200;
  7. this.onEnterFrame = function()
  8. {
  9.    var _loc2_ = this.getBytesLoaded() / this.getBytesTotal();
  10.    load_bar._width = barWidth * _loc2_;
  11.    if(_loc2_ == 1)
  12.    {
  13.       play();
  14.       delete this.onEnterFrame;
  15.    }
  16. };
  17. stop();
  18.